runtime.m.procid (field)

9 uses

	runtime (current package)
		heapdump.go#L557: 		dumpint(mp.procid)
		os_linux.go#L391: 	getg().m.procid = uint64(gettid())
		os_linux.go#L544: 	tgkill(getpid(), int(mp.procid), sig)
		os_linux.go#L657: 	sevp.sigev_notify_thread_id = int32(mp.procid)
		os_linux.go#L816: 		for atomic.Load64(&mp.procid) == 0 {
		os_linux.go#L825: 	tid := gp.m.procid
		os_linux.go#L827: 		if atomic.Load64(&mp.procid) == tid {
		os_linux.go#L837: 		if mp.procid == tid {
		runtime2.go#L520: 	procid        uint64            // for debuggers, but offset not hard-coded